Python自然语言处理(Natural Language Processing)基于nltk库的学习1.1

nltk速成 import nltk nltk.download() from nltk.book import * #import text 1-9 text1.concordance() #查找 testi.similar() #可替代的词 testi.common_contexts() #相同的前后文 texti.dispersio … 继续阅读 Python自然语言处理(Natural Language Processing)基于nltk库的学习1.1